type github.com/andybalholm/brotli.transforms
11 uses
github.com/andybalholm/brotli (current package)
decode.go#L1872: var trans *transforms = s.transforms
state.go#L177: transforms *transforms
transform.go#L32: type transforms struct {
transform.go#L42: func transformPrefixId(t *transforms, I int) byte {
transform.go#L46: func transformType(t *transforms, I int) byte {
transform.go#L50: func transformSuffixId(t *transforms, I int) byte {
transform.go#L54: func transformPrefix(t *transforms, I int) []byte {
transform.go#L58: func transformSuffix(t *transforms, I int) []byte {
transform.go#L485: var kBrotliTransforms = transforms{
transform.go#L495: func getTransforms() *transforms {
transform.go#L567: func transformDictionaryWord(dst []byte, word []byte, len int, trans *transforms, transform_idx int) int {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |